home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 19 advanced win32 techniques / win32techniquesdemo / win32techniquesdemo.vbproj < prev   
Encoding:
Text File  |  2001-10-29  |  7.1 KB  |  189 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9254"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{5D904B53-F7D9-4C2E-87B4-391FC3F23DC8}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Win32TechniquesDemo"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "On"
  23.                 RootNamespace = "Win32TechniquesDemo"
  24.                 StartupObject = "Win32TechniquesDemo.StartupForm"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "false"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.                 <Reference
  81.                     Name = "system.directoryservices"
  82.                     AssemblyName = "System.DirectoryServices"
  83.                 />
  84.                 <Reference
  85.                     Name = "System.ServiceProcess"
  86.                     AssemblyName = "System.ServiceProcess"
  87.                 />
  88.                 <Reference
  89.                     Name = "System.Configuration.Install"
  90.                     AssemblyName = "System.Configuration.Install"
  91.                 />
  92.             </References>
  93.             <Imports>
  94.                 <Import Namespace = "Microsoft.VisualBasic" />
  95.                 <Import Namespace = "System" />
  96.                 <Import Namespace = "System.Collections" />
  97.                 <Import Namespace = "System.Data" />
  98.                 <Import Namespace = "System.Drawing" />
  99.                 <Import Namespace = "System.Diagnostics" />
  100.                 <Import Namespace = "System.Windows.Forms" />
  101.             </Imports>
  102.         </Build>
  103.         <Files>
  104.             <Include>
  105.                 <File
  106.                     RelPath = "AssemblyInfo.vb"
  107.                     SubType = "Code"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "EventLogForm.vb"
  112.                     SubType = "Form"
  113.                     BuildAction = "Compile"
  114.                 />
  115.                 <File
  116.                     RelPath = "EventLogForm.resx"
  117.                     DependentUpon = "EventLogForm.vb"
  118.                     BuildAction = "EmbeddedResource"
  119.                 />
  120.                 <File
  121.                     RelPath = "FileSystemWatcherForm.vb"
  122.                     SubType = "Form"
  123.                     BuildAction = "Compile"
  124.                 />
  125.                 <File
  126.                     RelPath = "FileSystemWatcherForm.resx"
  127.                     DependentUpon = "FileSystemWatcherForm.vb"
  128.                     BuildAction = "EmbeddedResource"
  129.                 />
  130.                 <File
  131.                     RelPath = "licenses.licx"
  132.                     BuildAction = "Content"
  133.                 />
  134.                 <File
  135.                     RelPath = "PerformanceCounterForm.vb"
  136.                     SubType = "Form"
  137.                     BuildAction = "Compile"
  138.                 />
  139.                 <File
  140.                     RelPath = "PerformanceCounterForm.resx"
  141.                     DependentUpon = "PerformanceCounterForm.vb"
  142.                     BuildAction = "EmbeddedResource"
  143.                 />
  144.                 <File
  145.                     RelPath = "ProcessForm.vb"
  146.                     SubType = "Form"
  147.                     BuildAction = "Compile"
  148.                 />
  149.                 <File
  150.                     RelPath = "ProcessForm.resx"
  151.                     DependentUpon = "ProcessForm.vb"
  152.                     BuildAction = "EmbeddedResource"
  153.                 />
  154.                 <File
  155.                     RelPath = "RegistryForm.vb"
  156.                     SubType = "Form"
  157.                     BuildAction = "Compile"
  158.                 />
  159.                 <File
  160.                     RelPath = "RegistryForm.resx"
  161.                     DependentUpon = "RegistryForm.vb"
  162.                     BuildAction = "EmbeddedResource"
  163.                 />
  164.                 <File
  165.                     RelPath = "ServiceControllerForm.vb"
  166.                     SubType = "Form"
  167.                     BuildAction = "Compile"
  168.                 />
  169.                 <File
  170.                     RelPath = "ServiceControllerForm.resx"
  171.                     DependentUpon = "ServiceControllerForm.vb"
  172.                     BuildAction = "EmbeddedResource"
  173.                 />
  174.                 <File
  175.                     RelPath = "StartupForm.vb"
  176.                     SubType = "Form"
  177.                     BuildAction = "Compile"
  178.                 />
  179.                 <File
  180.                     RelPath = "StartupForm.resx"
  181.                     DependentUpon = "StartupForm.vb"
  182.                     BuildAction = "EmbeddedResource"
  183.                 />
  184.             </Include>
  185.         </Files>
  186.     </VisualBasic>
  187. </VisualStudioProject>
  188.  
  189.